Click or drag to resize

ResourceSetProperty Method (String, Property, PropertyName)

Sets (adds) and removes properties to/from a resource.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public MultiStatus SetProperty(
	string address,
	Property[] addProperty,
	PropertyName[] removeProperty
)

Parameters

address
Type: SystemString
The URI that identifies the resource.
addProperty
Type: Independentsoft.WebdavProperty
Array of properties to set (add).
removeProperty
Type: Independentsoft.WebdavPropertyName
Array of properties to remove.

Return Value

Type: MultiStatus
A MultiStatus response as a result of operation.
See Also